MediaUp

Struct MediaUp 

Source
pub struct MediaUp;
Expand description

MediaUp is a news mobile application for Android and iOS based on recommendations and editor’s choices.

With the team, I designed the entire API for the application and the Administrative part (for news editors).

Trait Implementations§

Source§

impl Actix for MediaUp

Project was built on top of Actix actor and web framework.

Source§

impl GRPC for MediaUp

RPC implementation based on Tonic for Event Sourcing.

Source§

impl Postgresql for MediaUp

Main data storage.

Source§

impl Rust for MediaUp

Rust is a main programming language on this project.

Source§

impl<'period, 'f2020, 't2021, Team> TeamLead<Team> for &'period MediaUp
where Team: Rust, 'period: 'f2020 + 't2021,

As a Head of the development team, I chose all technical decisions about application architecture and infrastructure.

Backend architecture closest to News rust core API and had the same technology stack.

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.