Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework of serverside API #32

Open
2 tasks
xxshady opened this issue Nov 14, 2024 · 0 comments
Open
2 tasks

Rework of serverside API #32

xxshady opened this issue Nov 14, 2024 · 0 comments

Comments

@xxshady
Copy link
Owner

xxshady commented Nov 14, 2024

I plan to rewrite serverside API in some parts, make it more Rust idiomatic. Mostly the baseobject API will change, I really want to get rid of Rc<RefCell<...>

And rework is also needed because clientside API is in progress and it already looks different from current serverside one

  • internal logging of altv crate should not set logger implementation and log level
    log::set_max_level(LevelFilter::from_str(level).unwrap());
    log::set_logger(&Logger {})
  • event controllers (destroy method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant