Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magiclen/rocket-raw-response
This crate provides a response struct used for responding raw data.
https://github.com/magiclen/rocket-raw-response
response rocket rust
Last synced: 29 days ago
JSON representation
This crate provides a response struct used for responding raw data.
- Host: GitHub
- URL: https://github.com/magiclen/rocket-raw-response
- Owner: magiclen
- License: mit
- Created: 2018-11-07T14:23:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T02:30:35.000Z (about 1 year ago)
- Last Synced: 2024-11-14T17:11:59.588Z (about 1 month ago)
- Topics: response, rocket, rust
- Language: Rust
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Raw Response for Rocket Framework
====================[![CI](https://github.com/magiclen/rocket-raw-response/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/rocket-raw-response/actions/workflows/ci.yml)
This crate provides a response struct used for responding raw data.
See `examples`.
## Crates.io
https://crates.io/crates/rocket-raw-response
## Documentation
https://docs.rs/rocket-raw-response
## License
[MIT](LICENSE)