You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An improvement could be to separate the set of compilers from the web server.
I.e. the compilers code in compilet/src/compilers would be a separate library crate whereas the server code compilet/src/server would be its own binary crate.
This makes usage of the compilers reusable across other Rust projects.
The text was updated successfully, but these errors were encountered:
aaronmunsters
changed the title
Separate Concerns
Separate the set of compilers from the web server
Nov 21, 2024
An improvement could be to separate the set of compilers from the web server.
I.e. the compilers code in compilet/src/compilers would be a separate library crate whereas the server code compilet/src/server would be its own binary crate.
This makes usage of the compilers reusable across other Rust projects.
The text was updated successfully, but these errors were encountered: