Skip to content

Commit b1edd05

Browse files
authored
doc: added README.md (#4)
1 parent 328665c commit b1edd05

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# [sabi-rust][repo-url] [![crate.io][crateio-img]][crateio-url] [![doc.rs][docrs-img]][docrs-url] [![CI Status][ci-img]][ci-url] [![MIT License][mit-img]][mit-url]
2+
3+
A small framework to separate logics and data accesses for Rust application.
4+
5+
6+
## Supporting Rust versions
7+
8+
This crate supports Rust 1.80.1 or later.
9+
10+
```
11+
% cargo msrv --no-check-feedback
12+
Fetching index
13+
Determining the Minimum Supported Rust Version (MSRV) for toolchain x86_64-apple-darwin
14+
Using check command cargo check
15+
Finished The MSRV is: 1.80.1 ████████████████████████████████████████████ 00:00:29
16+
```
17+
18+
## License
19+
20+
Copyright (C) 2024 Takayuki Sato
21+
22+
This program is free software under MIT License.<br>
23+
See the file LICENSE in this distribution for more details.
24+
25+
26+
[repo-url]: https://github.com/sttk/sabi-rust
27+
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.0.1-fc8d62?logo=rust
28+
[crateio-url]: https://crates.io/crates/sabi-rust
29+
[docrs-img]: https://img.shields.io/badge/doc.rs-sabi_rust-66c2a5?logo=docs.rs
30+
[docrs-url]: https://docs.rs/sabi-rust
31+
[ci-img]: https://github.com/sttk/sabi-rust/actions/workflows/rust.yml/badge.svg?branch=main
32+
[ci-url]: https://github.com/sttk/sabi-rust/actions?query=branch%3Amain
33+
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
34+
[mit-url]: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)