Show HN: Apate API mocking/prototyping server and Rust unit test library
1–10 of 22 posts
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#2Feels like a Wiremock for Rust.
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#3The licence terms / variation on MIT is interesting - unless this file is part of some standard I'm unaware of I'd expect it still shows as plain MIT for most automated SBOM collection/licence checks which feels problematic.
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#4[deleted]
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#5We use httpmock [1] for lychee, and it works quite well. Haven't looked too closely at the differences yet.
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#6The licence terms / variation on MIT is interesting - unless this file is part of some standard I'm unaware of I'd expect it still shows as plain MIT for most automated SBOM collection/licence checks which feels problematic. ( https://github.com/rustrum/apate/blob/main/LICENSE-TERMS )
Yeah, that kills adoption by most people I'd imagine. Non-standard license terms are always a huge red flag IMO, regardless of actual license terms.
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#7The licence terms / variation on MIT is interesting - unless this file is part of some standard I'm unaware of I'd expect it still shows as plain MIT for most automated SBOM collection/licence checks which feels problematic. ( https://github.com/rustrum/apate/blob/main/LICENSE-TERMS )
Ouch, why even involve the MIT license if you're gonna do custom terms anyways? Just put "Copyright me" and be done with it instead of ending up with some weird half and half solution. Net effect ends up the same anyways.
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#8Why are people using rust to build web apps
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#9Why are people using rust to build web apps
Rust + Axum + SQLx has been a total game-changer for me in terms of productivity developing web-based Postgres apps. I like the tooling and the libraries are great.
Re: Show HN: Apate API mocking/prototyping server and Rust unit test library
#10Why are people using rust to build web apps
Why wouldn't we? It's a fantastic language with great tooling, top tier performance and minimal footprint