Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddbloke/madison-rs
An experimental Debian/Ubuntu madison implementation written in Rust
https://github.com/oddbloke/madison-rs
Last synced: about 1 month ago
JSON representation
An experimental Debian/Ubuntu madison implementation written in Rust
- Host: GitHub
- URL: https://github.com/oddbloke/madison-rs
- Owner: OddBloke
- License: agpl-3.0
- Created: 2022-10-25T22:02:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T16:05:31.000Z (about 1 year ago)
- Last Synced: 2023-10-15T05:11:47.413Z (about 1 year ago)
- Language: Rust
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# madison-rs
## Quickstart
In the root of this repo, run the Rocket development server:
```
ROCKET_PORT=5000 cargo run
```(Using a release build makes a huge difference to performance: ~1s vs 15-20s locally, so consider
passing `--release`.)Once the server is up-and-running, you can point `rmadison` at it:
```
$ rmadison -u http://localhost:5000 systemd
systemd | 237-3ubuntu10 | bionic | source
systemd | 237-3ubuntu10.56 | bionic-updates | source
systemd | 245.4-4ubuntu3 | focal | source
systemd | 245.4-4ubuntu3.18 | focal-updates | source
systemd | 249.11-0ubuntu3 | jammy | source
systemd | 249.11-0ubuntu3.6 | jammy-updates | source
systemd | 251.4-1ubuntu7 | kinetic | source
```