https://github.com/uberfig/bayou-protocol
the fediverse types and protocol verification logic used by bayou
https://github.com/uberfig/bayou-protocol
Last synced: about 2 months ago
JSON representation
the fediverse types and protocol verification logic used by bayou
- Host: GitHub
- URL: https://github.com/uberfig/bayou-protocol
- Owner: uberfig
- Created: 2024-10-17T20:08:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T20:33:21.000Z (over 1 year ago)
- Last Synced: 2025-01-20T07:08:00.331Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this crate provides bayou types by default as well as
- cryptography logic enabled with the `crypto` feature
- activitypub and versia protocol logic enabled with the `protocol` feature. this depends upon `crypto`
this crate has been depreciated in favor of using cargo workspaces