https://github.com/mainrs/npm-repository-url-parser-rs
A Rust library for parsing `npm`'s repository shortcut urls.
https://github.com/mainrs/npm-repository-url-parser-rs
rust-library
Last synced: 2 months ago
JSON representation
A Rust library for parsing `npm`'s repository shortcut urls.
- Host: GitHub
- URL: https://github.com/mainrs/npm-repository-url-parser-rs
- Owner: mainrs
- License: apache-2.0
- Created: 2020-08-28T22:35:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T22:35:45.000Z (over 4 years ago)
- Last Synced: 2025-01-22T09:14:02.181Z (4 months ago)
- Topics: rust-library
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# zerotask-rust-lib-template
[![docs_master_badge]][docs_master_url]
> A GitHub template for Rust libraries.
> __NOTE:__ PLEASE change the name inside the license files!!!
## Features
- Continuous Integration through GitHub Actions
- Each PR is tested by running the following commands to ensure that only working code is added to the repository:
- `cargo fmt` to ensure uniform source code formatting.
- `cargo clippy` to use more idiomic Rust code, optimize code as well as prevent hard to spot bugs.
- `cargo check` to ensure that the library compiles properly.
- `cargo test` to ensure that the library works as expected.
- Each push to master triggers the following:
- Generation of the newest documentation that gets pushed to the `gh-pages` branch.
- MSRV (**M**inimal **s**upported **R**ust **v**ersion)
- Kept in sync with the latest available Rust version on Ubuntu.
- Opinioded `rustfmt` configuration file.
- Misc
- `.editorconfig` file for code-unrelated files.
- Ensures proper formatting for workflow files and other configuration files.## Current Properties
- MSRV: 1.41.0
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.[docs_master_badge]: https://img.shields.io/badge/docs.rs-master-green
[docs_master_url]: https://.github.io/