bestia.dev

Results 2 issues of bestia.dev

I have an old project where I used to insert ansi codes into `println!()` like this: ```rust // ANSI colors for Linux terminal pub const YELLOW: &str = "\x1b[33m"; pub...

Is it possible to limit the web server to accept only the requests from the local machine? For example if a developer works in a local network with other developers...